You are here: Scripting Reference > Classes > Partner > Partner.SupplierId

Partner.SupplierId

Declaration

property SupplierId: String;

Example

procedure OnMapEvent(var Value:Variant);

begin

Value := Partner.SupplierId;

end;

Description

Returns the Supplier Id of the active partner within your system. Only available if See "Partner.PartnerType" is fptSupplier otherwise this will return blank string.